home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Se divertir / MediaPortal / Setup.msi / _89D652C6F4C5CB6EFB7B225B3B3ACD05 / _542AFB9A04BA4588B7171AE9E32D581B < prev    next >
Text File  |  2005-10-18  |  2KB  |  87 lines

  1. <window>
  2.     <id>4</id>
  3.     <defaultcontrol>3</defaultcontrol>
  4.     <allowoverlay>yes</allowoverlay>
  5.     <define>#header.label:5</define>
  6.     <define>#header.image:settings_logo.png</define>
  7.     <define>#header.hover:hover_settings.png</define>
  8.  
  9.     <!-- cheat a little, we don't use two of the items in the imported file to blank their labels -->
  10.     <define>#itemcount:-</define>
  11.     <define>#selecteditem:-</define>
  12.     <controls>
  13.         <import>common.window.xml</import>
  14.         <control>
  15.             <type>group</type>
  16.             <description>group element</description>
  17.             <layout>StackLayout</layout>
  18.       <posX>55</posX>
  19.       <posY>115</posY>
  20.             <width>180</width>
  21.  
  22.             <!-- topmost item needs an onup with a value of 17 for topbar to work -->
  23.             <control>
  24.                 <description>Wizard</description>
  25.                 <type>button</type>
  26.                 <id>3</id>
  27.                 <label>Setup Wizard</label>
  28.                 <hyperlink>615</hyperlink>
  29.                 <onup>17</onup>
  30.             </control>
  31.             <control>
  32.                 <description>General</description>
  33.                 <type>button</type>
  34.                 <id>4</id>
  35.                 <label>128</label>
  36.                 <hyperlink>705</hyperlink>
  37.             </control>
  38.             <control>
  39.                 <description>Screen</description>
  40.                 <type>button</type>
  41.                 <id>5</id>
  42.                 <label>214</label>
  43.                 <hyperlink>9</hyperlink>
  44.             </control>
  45.             <control>
  46.                 <description>My Music</description>
  47.                 <type>button</type>
  48.                 <id>6</id>
  49.                 <label>2</label>
  50.                 <hyperlink>14</hyperlink>
  51.             </control>
  52.             <control>
  53.                 <description>My Pictures</description>
  54.                 <type>button</type>
  55.                 <id>7</id>
  56.                 <label>1</label>
  57.                 <hyperlink>12</hyperlink>
  58.             </control>
  59.             <control>
  60.                 <description>Movies</description>
  61.                 <type>button</type>
  62.                 <id>8</id>
  63.                 <label>3</label>
  64.                 <hyperlink>703</hyperlink>
  65.             </control>
  66.             <control>
  67.                 <description>My DVD</description>
  68.                 <type>button</type>
  69.                 <id>9</id>
  70.                 <label>1027</label>
  71.                 <hyperlink>704</hyperlink>
  72.             </control>
  73.  
  74.             <!-- last item needs an ondown with a value of 3 to support wraparound -->
  75.             <control>
  76.                 <description>TV</description>
  77.                 <type>button</type>
  78.                 <id>10</id>
  79.                 <label>605</label>
  80.                 <hyperlink>700</hyperlink>
  81.                 <ondown>3</ondown>
  82.             </control>
  83.  
  84.         </control>
  85.     </controls>
  86. </window>
  87.